Olaf corrects route 202 types.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 7 Jun 2005 15:48:18 +0000 (15:48 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 7 Jun 2005 15:48:18 +0000 (15:48 +0000)
gpsbabel/jeeps/gpsapp.c

index 4e237a08b431b7c79236bb6534f32ddb5762f374..4648457532512a64b961fd35a5795784d52f991b 100644 (file)
@@ -3036,7 +3036,7 @@ static void GPS_D202_Get(GPS_PWay *way, UC *s)
 
     p=s;
 
-    (*way)->rte_prot = 201;
+    (*way)->rte_prot = 202;
 #if 0
     /* D202 has only a null terminated string for rte_ident */
     (*way)->rte_num  = *p++;